Retorna os logs de uma fila específica
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/queues/{id}/logs \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "id": 123, "queue_id": 123, "user_id": 123, "success": true, "error": true, "type": "<string>", "line": "1", "message": [ "SKU criado" ], "url": "<string>", "values": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Alias da loja
ID da fila
Logs da fila
The response is of type object.
object
Was this page helpful?