Get a Process
GET /v3/processes/:guid
Request
Route
GET /v3/processes/9d6c346d-1224-433f-befc-f61c053df8ab
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v3/processes/9d6c346d-1224-433f-befc-f61c053df8ab" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwMyIsImVtYWlsIjoiZW1haWwtMTM0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5yZWFkIiwiY2xvdWRfY29udHJvbGxlci53cml0ZSJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MDZ9.4p8UuUcJ4jr9goGnwlhtsxqKBurw9NANsQ2aGSixlPY" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"guid": "9d6c346d-1224-433f-befc-f61c053df8ab",
"type": "web",
"command": null
}
Headers