ReferenceAPI referenceRepositories
Get an installed repository
GET
/organizations/{organization_id}/repositories/{repository_id}tasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128repository_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/repositories/string"{ "data": { "id": "string", "owner": "string", "name": "string", "default_branch": "string", "enabled": true, "available": true, "readiness_status": "NOT_RUN" }}