Profiles
Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Query parameters
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
Responses
200Success
application/json
countintegerRequiredExample:
123nextstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=4previousstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=2401
Authentication credentials were missing or invalid.
get
/api/v2/profiles/Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Path parameters
idstring · uuidRequired
A UUID string identifying this run profile.
Responses
200Success
application/json
idstring · uuidRead-onlyRequired
namestring · max: 128Required
isDefaultbooleanOptional
401
Authentication credentials were missing or invalid.
404
Resource not found.
get
/api/v2/profiles/{id}/Last updated
Was this helpful?
