v1

latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MB
AI Agents

Get AI Agent Jobs and their Tools

Gets all jobs and associated tools for an AI Agent by its ID.

get/v2.0/aiagents/{aiAgentId}/jobs

Path parameters

aiAgentIdstring required

The Id of the Ai Agent

Headers

Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Response

Returns an array of jobs, each with a tools array.

_idstring
referenceIdstring
typestring
labelstring
commentstring
commentColorstring
analyticsLabelstring nullable
isDisabledboolean
isEntryPointboolean
extensionstring
configobject

Job node configuration (content varies by implementation)

Example response

[
  {
    "type": "aiAgentJob"
  }
]