/

Deliveries

List attempts

GET

/v3/attempts

Page through attempts, newest first, filtered by endpoint, event or status.

Parameters

Name

Type

Description

endpoint

string

Only this endpoint

status

string

succeeded, failed or pending

limit

integer

1 to 100, default 25

Request

curl https://api.sluicehq.dev/v3/attempts?status=failed \
  -H "Authorization: Bearer sk_test_4f9a2c7e1b"
curl https://api.sluicehq.dev/v3/attempts?status=failed \
  -H "Authorization: Bearer sk_test_4f9a2c7e1b"
curl https://api.sluicehq.dev/v3/attempts?status=failed \
  -H "Authorization: Bearer sk_test_4f9a2c7e1b"

Response

{
  "data": [
    { "id": "att_0Lk4", "status": 503, "duration_ms": 1204 }
  ],
  "next": "att_0Lj9"
}
{
  "data": [
    { "id": "att_0Lk4", "status": 503, "duration_ms": 1204 }
  ],
  "next": "att_0Lj9"
}
{
  "data": [
    { "id": "att_0Lk4", "status": 503, "duration_ms": 1204 }
  ],
  "next": "att_0Lj9"
}

Create a free website with Framer, the website builder loved by startups, designers and agencies.