Queries
cursorRepositories
Returns the list of GitHub repositories accessible via the given Cursor integration. Results are fetched live from the Cursor API and cached for up to 5 minutes. Requires the workspaceCursorIntegration:read permission.
QUERY
cursorRepositories(integrationId: ID!): [CursorRepository!]!Arguments
integrationId
ID!
required
Returns
[CursorRepository!]!
owner
String!
The GitHub organisation or user that owns the repository.
name
String!
The repository name within the owner's account.
repository
String!
The full HTTPS URL of the repository.
Query
Variables
Response
Query
Variables
Response

