Get draft detail

View as Markdown
Returns the latest revision of a draft along with its edit history.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The agent ID
draftIdstringRequired
The draft ID

Query parameters

limitintegerOptional1-100

Max number of edit history entries to return (1-100)

Response

Successful response
statusboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error