Sequences
Retrieve Sequence
GET
`/v1/sequences/:sequence`
Get a single sequence using its id.
List Sequences
GET
`/v1/sequences`
When you want to retrieve multiple sequences, your data property on the result will always be an array even if you don't have any sequences.
Pagination
If the has_more property on the pagination object is set to true, there are more sequences in the database that have not been returned. The pagination object also has a page property indicating your current offset and a limit property. The total_count property returns the total number of sequences in the database.
By default the page is set to 1 and the limit is 25.