Skip to main content

List all agent executor jobs

import swarmnode

swarmnode.api_key = "YOUR_API_KEY"

swarmnode.AgentExecutorJob.list()

Returns a CursorPaginatedResource object.

Filtering

You can filter the results by agent_id:

swarmnode.AgentExecutorJob.list(agent_id="ef14f43e-02fc-4b78-902b-9b37b485d3a1")