Skip to content

Results are limited to the current section: Cloud services

Product news

Get Contract

GET
/api/v1/contracts
curl --request GET \
--url 'https://example.com/api/v1/contracts?project_id=2489E9AD-2EE2-8E00-8EC9-32D5F69181C0' \
--header 'Authorization: Bearer <token>'

Get contract associated with the project_id

project_id
required
Project Id
string format: uuid

Successful Response

Media typeapplication/json
NonPaginatedResponse[ProducedContractResponse]
object
data
Any of:
Examplegenerated
{
"data": "example"
}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}