Get complete details for a specific target
Retrieve comprehensive information about a target including its full specifications, metadata, and current status. Use this endpoint when you need detailed information about a target before using it in an experiment.
Use Cases
- View full target specifications before experiment design
- Check target availability and status
- Access technical requirements and compatibility information
- Review target metadata and characteristics
Target Status Values
active
: Target is available for use in experimentsinactive
: Target is temporarily unavailablepending
: Target is being prepared or validatedarchived
: Target is no longer available for new experiments
Response Details
The specifications
field contains target-specific technical details
that vary by target type. The metadata
field includes timestamps
and other contextual information.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the target to retrieve
Response
Target details retrieved successfully
Complete information about a specific target
This struct contains all available details about a target, including its specifications and metadata. Use this information to understand the target's capabilities and requirements before using it in experiments.