corsair.buildkite.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.
New to Corsair? See database operations, data synchronization, and multi-tenancy.
Access Tokens
Path:buildkite.db.accessTokens.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Agents
Path:buildkite.db.agents.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Meta
Path:buildkite.db.meta.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Organizations
Path:buildkite.db.organizations.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Users
Path:buildkite.db.users.search
Searchable filters
Every
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.