Agent Versioning - Drafts
Get draft detail
Returns the latest revision of a draft along with its edit history.
get/agent/{id}/drafts/{draftId}
Path parameters
idstring required
Example:60d0fe4f5311236168a109ca
The agent ID
draftIdstring required
The draft ID
Query parameters
limitinteger
Max number of edit history entries to return (1-100)
Response
Successful response
Example response
{
"status": true
}