Get devices by project ID

Retrieves a list of devices for a specific project. Use this endpoint to list all devices linked to a project, including device settings, metadata, and status information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the project to retrieve devices for. This is usually the project slug or ID as seen in the Io-Things dashboard.

Query Params
int32

Optional. The number of devices to return in the response (default: 10, maximum: 250). Use this to control pagination size when dealing with large numbers of devices.

int64

Optional. When paginating, only return devices that were created before the specified Unix timestamp (in seconds since the Unix epoch). To fetch the next page, provide the creationTime.seconds value from the last device in the previous response.

Responses

400

Invalid request. This response occurs when parameters are incorrect.

401

Unauthorized request. This response occurs when the API key is invalid.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json