Query Callback Attempts

List all callback attempts of a task

GET /v1/pqscale/tasks/:id/callback/attempts

Headers

NameTypeDescription

Authorization*

string

Your API Key

Response Examples

[
    {
        "status": "failed",
        "timestamp": "2024-01-17T09:18:42.38065747Z",
        "attempt_no": 0,
        "result": {
            "status": 400,
            "body": "Bad Request"
        }
    },
    {
        "status": "failed",
        "timestamp": "2024-01-17T09:19:42.38065747Z",
        "attempt_no": 1,
        "result": {
            "status": 0,
            "body": "PQScale Internal Error"
        }
    },
    {
        "status": "success",
        "timestamp": "2024-01-17T09:22:42.38065747Z",
        "attempt_no": -1
    },
]

Last updated

Logo

Copyright © 2023 BTQ