Collections
...
Collections API
Collections

Get Collection

4min

Get Collection

You can get a Collection by making making a HTTP GET request to the /collections/COLLECTION_ID endpoint (where COLLECTION_ID is the id of the Collection you wish to get).

Backyard API will return all information about the Collection, including whether it is currently running and how many Requests and Results Sets the Collection currently has.

Note that the Collection Get endpoint just returns counts of the number of Requests and Result Sets the Collection contains. If you wish to retrieve the actual Requests or Result Sets in the Collection you should use the List Requests and List Result Sets endpoints.



Example

GET /collections/COLLECTION_ID

In the example below we Get a Collection with id=123456 :

HTTP
Curl
Node.js
Python
PHP


Backyard API responds with the following JSON showing all details of the Collection:

JSON



Next Steps      List Requests      List Result Sets