Get shared agent details
GET
/api/v1/gen_agents/share/{agent_id}
Retrieve details of a specific shared agent. The response includes ‘id’ field (share_agent_id) which is used for DELETE endpoint.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” agent_id
required
Agent Id
string
Responses
Section titled “ Responses ”Successful Response
SharedAgentResponse
object
id
required
Id
Agent ID
string
shared_users
tiktok_integration
Tiktok Integration
boolean
degods
Degods
boolean
tiktok_social_account
Tiktok Social Account
boolean
key
additional properties
any
Bad Request
Not Found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Internal Server Error