buildkite.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Get Current Access Token
getCurrentAccessToken
getCurrentAccessToken
Retrieve the authenticated API access token details. Use when you need to confirm the validity and scopes of the current API token.
Risk: read
user full type
user full type
Get Meta
getMeta
getMeta
Retrieve metadata about the Buildkite API. Use when you need to fetch webhook IP addresses for firewall or security configurations.
Risk: read
Get User
getUser
getUser
Retrieve details about the current authenticated user. Use when you need to get information about the user account that owns the API token.
Risk: read
List Organizations
listOrganizations
listOrganizations
List all organizations the current user is a member of. Use when you need to discover available organizations or get organization slugs for other operations.
Risk: read
Output:
object[]
Output full type
Output full type
List Pipeline Agents
listPipelineAgents
listPipelineAgents
List connected agents for an organization. Use after confirming the organization slug. Supports optional filtering and pagination.
Risk: read
Output:
object[]
Output full type
Output full type