List project resources
Looks up the reference things that belong to a project, such as its people, labels, settings, skills, and agents.
Example: “List the users in my project”
Usage: pick what you want with resource: users, labels, settings, skills, agents, or agent_settings. By default you get the full list. To see the details of one item instead, add its resource_id (supported for users, skills, and agents only). For users, pass the id whoami gave you as resource_id to read your own record in this project, like your role here. Longer lists come back in pages.
Response: the matching items for the resource you chose, or the full details of a single item when you pass a resource_id.
Headers
Project ID for tenant scoping
Overrides the key's workspace
User API key
Body
Which project resource catalog to read.
users, labels, settings, skills, agents, agent_settings If set, fetch this one resource's detail instead of listing. Supported for users, skills, agents.
For resource='settings': filter settings scoped to this resource's id.
For resource='settings': filter settings by the type of resource they scope.
agent, task For resource='settings': filter to a single setting name.
skip_review, gated_tools, gated_capabilities, mcp_gated_tools For resource='settings': 1-based page number (offset pagination).
x >= 1For resource='settings': page size (offset pagination).
1 <= x <= 100For resource='agents': filter agents by role.
orchestrator, executor, pipeline For resource='agent_settings': restrict to these setting names (defaults to all seeded settings).
skip_review, gated_tools, gated_capabilities, mcp_gated_tools For resource='agents' or 'agent_settings': opaque cursor for the next page.
For resource='agents' or 'agent_settings': page size (cursor pagination).
1 <= x <= 100Response
Successful Response
- ProjectUser
- Listing[ProjectUser]
- Listing[LabelResponse]
- OffsetPage[SettingRead]
- AgentSkillDetailResponse
- Listing[AgentSkillResponse]
- AgentResponse
- CursorPage[AgentListResponseItem]
- CursorPage[AgentSettingsItem]