Get Style Agent Target

Deprecated

Deprecated alias of GET /style-agent/style-guides/{style_guide_id}.

“Target” is the legacy name for a style guide; this route stays for existing integrations. Use the style-guides route for new work.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

target_idstringRequired

Response

Successful Response
idstring
display_namestring
languageobject
descriptionstring or nullOptional
enabledbooleanOptionalDefaults to true
language_variantobject or nullOptional
goalslist of objectsOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error