For Developers
Get Request
GET https://ed.link/api/v2/graph/requests/:request_id
Retrieve information about a specific request.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
request_id | string | The UUID of the desired request. |
Sample Request
axios.get('https://ed.link/api/v2/graph/requests/3671b422-109f-40df-ba8a-53cb0fca9f52', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});
Sample Response
{
"$data": {
"date": "2025-09-29T17:49:06.043Z",
"start_date": "2025-09-29T17:49:06.039Z",
"end_date": "2025-09-29T17:49:06.042Z",
"method": "GET",
"path": "/api/v2/graph/materializations?$last=1&$filter=%7B%22state%22:[%7B%22operator%22:%22equals%22,%22value%22:%22complete%22%7D]%7D",
"status": 400,
"properties": {
"ip": "00.00.000.00",
"query": {
"$last": "1",
"$filter": "{\"state\":[{\"operator\":\"equals\",\"value\":\"complete\"}]}"
},
"api_server": "Unknown",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"
},
"input": {},
"output": {
"$errors": [
{
"code": "INVALID_INTEGRATION_STATE",
"message": "The integration associated with your access token is not marked as 'active' or 'paused'."
}
],
"$request": "3671b422-109f-40df-ba8a-53cb0fca9f52"
},
"idempotency_key": null,
"categories": [],
"person_id": null,
"integration_id": "e869b2db-0c91-4765-84ab-3275e2403a43",
"developer_id": "3943245f-7033-4f5f-a32c-861effdc64b7",
"district_id": "3943245f-7033-4f5f-a32c-861effdc64b7",
"user_id": null,
"id": "3671b422-109f-40df-ba8a-53cb0fca9f52"
},
"$request": "00000000-0000-0000-0000-000000000000"
}
