Skip to main content
GET
/
context
/
repository
Get context repository
curl --request GET \
  --url https://api.getcargo.io/v1/context/repository \
  --header 'Authorization: Bearer <token>'
{
  "repository": {
    "uuid": "<string>",
    "workspaceUuid": "<string>",
    "source": {
      "kind": "<string>"
    },
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

repository
Repository · object
required

The context repository configuration.