Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/projects/v1/projects/{projectId} \ --header 'X-Domino-Api-Key: <api-key>'
{ "metadata": { "notices": [ "<string>" ], "requestId": "<string>" }, "project": { "collaborators": [ { "id": "662604702b7e5d347dbe7a908" } ], "description": "<string>", "id": "626046fcb7e5d347dbe7a904", "isRestricted": true, "name": "My Project", "ownerId": "662604702b7e5d347dbe7a908", "ownerUsername": "steve_holt", "billingTag": { "tag": "<string>" }, "internalTags": [ "<string>" ], "mainRepository": { "defaultRef": { "value": "<string>" }, "id": "62604702b7e5d347dbe7a908", "uri": "https://github.com/torvalds/linux", "name": "<string>" } } }
Get project by id. Required permissions: ListProject
ListProject
ID of the project to retrieve
Success
Show child attributes
Was this page helpful?
Contact support