Passer au contenu principal
GET
/
v2
/
{entity}
/
{project}
/
ops
Liste des op
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/ops \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Autorisations

Authorization
string
header
requis

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Paramètres de chemin

entity
string
requis
project
string
requis

Paramètres de requête

limit
integer | null

Nombre maximal d'ops à renvoyer

offset
integer | null

Nombre d'ops à ignorer

Réponse

Réponse réussie