List project resources
List a project’s reference resources by resource: users (pass the id whoami returned for you as resource_id to get your own project-scoped record, e.g. your role in this project), labels, settings, skills, agents, or agent_settings. Pass resource_id to fetch one item’s detail (users, skills, agents only).
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]