Returns agent access tokens for an Organization. By default returns all tokens, whether revoked or non-revoked.
Arguments
first Int required
|
last Int required
|
revoked Boolean required
Filter tokens by whether they are revoked or not
|
|
Arguments
first Int required
|
after String required
|
last Int required
|
before String required
|
search String required
Search agents for the given query terms case insensitively across name and meta data
|
metaData String required
Filter agents to those only having the matching meta data
|
cluster ID required
Filter agents by membership of a given cluster
|
clusterQueue ID required
Filter agents to those within a given cluster queue
|
Pass false to exclude agents that belong to a cluster queue
Default value: true
|
isRunningJob Boolean required
Filter agents by whether they are running a job or not
|
|
allowedApiIpAddresses String
A space-separated allowlist of IP addresses that can access the organization via the GraphQL or REST API
|
Arguments
first Int required
|
after String required
|
last Int required
|
before String required
|
occurredAtFrom DateTime required
Filter events which occurred from the given date and time
|
occurredAtTo DateTime required
Filter events which occurred until the given date and time
|
Filter the events by type
|
Filter the events by the type of actor who initiated them
|
actor ID required
Filter the events by the IDs of the actors who initiated them
|
Filter the events by the type of subject they relate to
|
subject ID required
Filter the events by the IDs of the subject they relate to
|
Order the events
Default value: RECENTLY_OCCURRED
|
subjectUUID ID required
Filter the events by the UUIDs of the subject they relate to
|
|
Return cluster in the Organization by UUID
|
Returns clusters for an Organization
Arguments
first Int required
Returns the first n elements from the list.
|
after String required
Returns the elements in the list that come after the specified cursor.
|
last Int required
Returns the last n elements from the list.
|
before String required
Returns the elements in the list that come before the specified cursor.
|
Order the clusters
Default value: NAME
|
|
The URL to an icon representing this organization
|
|
Arguments
first Int required
|
after String required
|
last Int required
|
before String required
|
|
Order the invitations
Default value: RECENTLY_CREATED
|
|
Whether teams is enabled for this organization
|
Arguments
first Int required
Returns the first n elements from the list.
|
after String required
Returns the elements in the list that come after the specified cursor.
|
last Int required
Returns the last n elements from the list.
|
before String required
Returns the elements in the list that come before the specified cursor.
|
|
|
|
agentQueryRules String required
|
|
Whether or not the command job passed. Passing false will return all failed jobs (including "soft failed" jobs)
|
Filtering jobs based on related step information
|
Order the jobs
Default value: RECENTLY_CREATED
|
|
Returns users within the organization
Arguments
first Int required
|
after String required
|
last Int required
|
before String required
|
search String required
Search members named like the given query case insensitively
|
email String required
The primary email of the team member
|
Filter the members by team
|
Search members by their role
|
|
|
Order the members
Default value: RECENTLY_CREATED
|
|
The name of the organization
|
|
Return all the pipelines the current user has access to for this organization
Arguments
first Int required
|
after String required
|
last Int required
|
before String required
|
search String required
Search pipelines named like the given query case insensitively
|
|
archived Boolean required
Filter pipelines based on whether or not they've been archived. If not provided, all pipelines are returned regardless of archived state.
|
Filter the pipelines by team
|
favorite Boolean required
Only return favorited pipelines
|
Order the pipelines
Default value: RECENTLY_CREATED
|
Filter pipelines with those that have particular tags
|
createdAtFrom DateTime required
|
createdAtTo DateTime required
|
|
Whether this organization is visible to everyone, including people outside it
|
The slug used to represent the organization in URLs
|
The single sign-on configuration of this organization
|
Single sign on providers created for an organization
Arguments
first Int required
Returns the first n elements from the list.
|
after String required
Returns the elements in the list that come after the specified cursor.
|
last Int required
Returns the last n elements from the list.
|
before String required
Returns the elements in the list that come before the specified cursor.
|
|
Return all the suite the current user has access to for this organization
Arguments
first Int required
|
after String required
|
last Int required
|
before String required
|
search String required
Search suites named like the given query case insensitively
|
Filter the suites by team
|
Order the suites
Default value: RECENTLY_CREATED
|
createdAtFrom DateTime required
|
createdAtTo DateTime required
|
|
Returns teams within the organization that the viewer can see
Arguments
first Int required
|
after String required
|
last Int required
|
before String required
|
search String required
Search teams
|
Filter teams by pipeline
|
Filter teams by user membership
|
Search teams by their privacy
|
Order the teams
Default value: NAME
|
|
The public UUID for this organization
|