Op List
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/ops \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Op List
List op objects.
GET
/
v2
/
{entity}
/
{project}
/
ops
Op List
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/ops \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Maximum number of ops to return
Number of ops to skip
Response
Successful Response
Was this page helpful?
⌘I